home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / comm / irc / epic4-mos.lha / share / epic / help / 5_programming / on / invite < prev    next >
Encoding:
Text File  |  2001-03-22  |  441 b   |  21 lines

  1. Synopsis:
  2.    on [<modes>]invite [<serial#>] [-|^]<match> { <action> }
  3.  
  4. Description:
  5.    This hook is triggered whenever the client receives an invitation to a
  6.    channel.
  7.  
  8. Parameters:
  9.    $0    nickname inviting the client to a channel
  10.    $1    channel invited to
  11.  
  12. Examples:
  13.    Customizing the appearance of the invitation:
  14.       on ^invite "*" {
  15.          echo *** $0 cordially invites you to $1
  16.       }
  17.  
  18. See Also:
  19.    invite(1)
  20.  
  21.